Remove docs prefix from automated workflow PR titles#108
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: cb383515b2
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| create-pull-request: | ||
| expires: 2d | ||
| title-prefix: "[docs] " | ||
| title-prefix: "" |
There was a problem hiding this comment.
Recompile gh-aw lockfiles after updating title prefix
Changing title-prefix in the .md spec does not affect the workflows GitHub actually runs, because execution uses the compiled .lock.yml files; both .github/workflows/daily-doc-updater.lock.yml and .github/workflows/glossary-maintainer.lock.yml still embed "title_prefix":"[docs] " (and prompt text with [docs]), so automated PRs will continue using the old prefix and still violate the title policy this commit is intended to fix.
Useful? React with 👍 / 👎.
Remove [docs] title-prefix from agentic workflows to comply with commit/PR title rules. Related to fuww/frontend#3138